ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / MacdBase<T> Class / SmoothingPeriod Property

In This Topic
    SmoothingPeriod Property (MacdBase<T>)
    In This Topic
    Gets or sets the exponential moving average period for the signal line.
    Syntax
    'Declaration
     
    Public Property SmoothingPeriod As Double
    public double SmoothingPeriod {get; set;}
    See Also